public void destroy() {
blurScript.destroy();
renderScript.destroy();
outAllocation.destroy();
}
@Override
public void destroy() {
blurScript.destroy();
renderScript.destroy();
if (outAllocation != null) {
outAllocation.destroy();
}
}